body {
      text-align: center;
      font-family: Arial;
      padding-top: 50px;
      padding: 20px;
    }
    .dice {
      display: inline-block;
      margin: 20px;
      font-size: 100px;
    }
    button {
      padding: 15px 30px;
      font-size: 18px;
      cursor: pointer;
      background-color: purple;
      color: white;
      border: none;
      border-radius: 10px;
    }
    h1 {
      font-size: 32px;
    }